|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.helpers.Pair<T1,T2>
public final class Pair<T1,T2>
Utility to handle pairs of objects.
| Constructor Summary | |
|---|---|
Pair(T1 first,
T2 other)
|
|
| Method Summary | |
|---|---|
T1 |
first()
|
T2 |
other()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pair(T1 first,
T2 other)
| Method Detail |
|---|
public T1 first()
public T2 other()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||